GdkPixbufModuleSaveFunc

Saves a GdkPixbuf into a standard C file stream.

The optional param_keys and param_values arrays contain the keys and values (in the same order) for attributes to be saved alongside the image data.

alias GdkPixbufModuleSaveFunc = int function(FILE* f, GdkPixbuf* pixbuf, char** paramKeys, char** paramValues, GError** err)

Return Value

TRUE on success; in case of failure, FALSE is returned and the error is set

Throws

GException on failure.

Meta